home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put EMPTY into field "Profile Output"
- copyToClipboard(cast("Profile scripts"))
- tell the stage
- pasteClipboardInto(cast(findEmpty(cast(1))))
- end tell
- tell the stage
- ProfileCasts()
- end tell
- put the result into field "Profile Output"
- tell the stage
- cast("Profile scripts").scriptText = EMPTY
- end tell
- tell the stage
- cast(the number of member "Profile scripts").name = EMPTY
- end tell
- end
-